home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / qstmenus.zip / READ.ME < prev    next >
Text File  |  1992-06-09  |  2KB  |  52 lines

  1.  
  2. I have encluded a sample of QST's TOP menu as a sample of how to make
  3. a type 40 menu.  Type 40 menu's are much different to make and require
  4. a Color and Graphic program.  I use THEDRAW to make my screens.  When
  5. using THEDRAW, you must save the screen as a BLOCK save, otherwise the
  6. screens will not look like they do to you after passing through the
  7. modem to the user.  To do a block save you have to put your cursor on
  8. the upper left corner of the screen, press ALT-B, space bar, then cursor
  9. down until you have the whole screen blocked.  Once you block the whole
  10. screen, press the space bar again and an option menu will appear.  Press
  11. [S] for Save, [A] for Ansi, the [C] key twice, two enter keys then type
  12. in the name of the screen (TOP for TOP.ANS) and it will save the
  13. changes.  For Ascii, press the last space bar, select [I] for Ascii,
  14. answer yes to the question and type in the name of the screen (TOP.ASC)
  15. and it will save.
  16.  
  17. You will need to load your TOP.MNU into a menu editor and make sure the
  18. first line in the menu (line 1) is different than the other lines.  It
  19. must have a Semi-Colon (;) in the first line, the name of the screen in
  20. the DATA line, without an extension (TOP) because it will look for .ASC
  21. or ANS depending on the user (if they didn't select color, it defaults
  22. to the .ASC) color selection.  The TYPE line must be a type 40, KEY line
  23. must be a CTRL-A (happy face).  The other questions in the 1st line
  24. don't make any difference (leave security to 1 and colors to the default
  25. settings).
  26.  
  27. Put your TOP.ANS and TOP.ASC into the textfile area and your TOP.MNU
  28. should automatically end up in the MENUS directory.
  29.  
  30. After you complete the first line of your TOP.MNU and go to the other
  31. lines, always begin the line with the Semi-colon (;) in the first line.
  32. Make the remainder of the command lines whatever you want (except for
  33. the color choices).  For example the second line in top might read;
  34.  
  35. Str: ;
  36. Data: APHORISM.CTL
  37. Type: 85
  38. Security: 1
  39. Key: *
  40. Flags: (set what you want)
  41.  
  42. That's all it takes.  Good luck and a good rule to remember is KEEP IT
  43. SIMPLE.  Users get discouraged when a bbs is too hard to manuvre.  I
  44. always try to set up my bbs as though I was a first time bbs user and
  45. make it simple to use.
  46.  
  47. I have also encluded a NEWUSER.Q-A for you to look at.  It is quite
  48. complex, but will give you a starting point to make a spiffy
  49. questionaire.
  50.  
  51. Len Morgan, QST BBS Sysop
  52.